@charset "utf-8";
/*reset+css库*/
body,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
  margin: 0;
}
a {
  color: #333;
  text-decoration: none;
  outline: none;
}
body {
  font-size: 0.7rem;
  font-weight: normal;
  line-height: 1.6;
  font-family: "微软雅黑";
  color: #333;
  background: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-align: stretch;
  width: 100%;
  height: auto;
  overflow-x: hidden;
}
body,
input {
  font: 0.7rem/1.2rem "微软雅黑", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1";
}
input,
button {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}
ul,
ol,
li,
dl {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}
i,
em,
b {
  font-style: normal;
  font-weight: normal;
  list-style: none;
}
img {
  border: none;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
html {
  height: 100%;
}
.transition {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.body {
  position: relative;
}
.model-wrap {
  position: relative;
  height: auto;
  padding-top: 2.4rem;
  overflow: hidden;
  max-width: 750px;
  margin: 0 auto;
}
/*头部*/
.model-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 16;
  width: 93%;
  height: 2.4rem;
  background: #0090f2;
  padding: 0 3.5%;
  box-shadow: 0 0 10px #909090;
}
.model-header .model-header-logo {
  width: 80%;
  float: left;
  height: 1.6rem;
  padding: 0.4rem 0;
}
.model-header .model-header-logo a {
  display: table-cell;
  vertical-align: middle;
  width: 10rem;
  height: 1.6rem;
}
.model-header .model-navbtn {
  width: 1.3rem;
  height: 1.4rem;
  float: right;
  padding: 0.5rem 0;
}
/*大图轮播*/
#model_banner {
  width: 100%;
  position: relative;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
#model_banner img {
  width: 100%;
}
#model_banner .slick-dots {
  height: 0.3rem;
  bottom: 1.2rem;
}
#model_banner .slick-dots li {
  width: 0.15rem;
  height: 0.15rem;
  margin: 0 0.4rem;
  position: relative;
}
#model_banner .slick-dots li button {
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 50%;
  border: 1px solid  #0090f2;
}
#model_banner .slick-dots li.slick-active button {
  background:  #0090f2;
  border: 1px solid  #0090f2;
}
#model_banner .slick-dots li.slick-active:before {
  content: "";
  width: 2px;
  height: 0.7rem;
  background:  #0090f2;
  position: absolute;
  left: 0.2rem;
  top: 0.1rem;
  animation: dotlines 0.3s ease forwards;
}
.slick-arrow:before {
  display: none;
}
.slick-dots li button:before {
  display: none;
}
@keyframes dotlines {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
#model-contant-main {
  padding: 0.6rem 0.5rem;
  height: auto;
  overflow: hidden;
  min-height: 15rem;
}
/*内页分类*/
#model-contant-main .model-classify {
  width: 100%;
  position: relative;
  z-index: 6;
}
#model-contant-main .model-classify .model-classify-posnav {
  height: 1.6rem;
  padding: 0 0.4rem;
  line-height: 1.6rem;
  color: #fff;
  font-size: 0.68rem;
  font-weight: bold;
  background:  #0090f2;
}
.model-classify .model-classify-posnav .model-classify-btn {
  display: block;
  float: right;
  height: 1.6rem;
  font-weight: normal;
  font-size: 0.6rem;
}
.model-classify .model-classify-posnav .model-classify-btn i {
  margin-left: 0.4rem;
  display: inline-block;
}
.model-classify .model-classify-posnav .model-classify-btn i img {
  width: 0.7rem;
}
.model-classify .model-classify-posnav .model-classify-btn.down i {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
/*内页分类下拉*/
.model-classify-nav {
  display: none;
  width: 100%;
  height: auto;
  max-height: 12rem;
  overflow-y: scroll;
  position: absolute;
  top: 1.8rem;
  left: 0;
  border-top: 1px solid #e6e6e6;
  background: #fff;
}
.model-classify-nav .one .o_li {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
}
.model-classify-nav .one .o_li a.one_a {
  padding: 0 0.4rem;
  display: block;
  height: 1.8rem;
  line-height: 1.8rem;
  font-size: 0.65rem;
  color: #333333;
  background: #f7f7f7;
  overflow: hidden;
}
.model-classify-nav .one .o_li a.ez {
  background: #fff;
  color:  #0090f2;
  font-weight: bold;
}
.model-classify-nav .one .o_li .one_a i {
  display: block;
  width: 0.4rem;
  height: 1.8rem;
  background: url(../images/icon3.png) center no-repeat;
  background-size: 100% auto;
  float: right;
}
.model-classify-nav .one .o_li a.ez i {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.model-classify-nav .second {
  display: none;
}
.model-classify-nav .second .e_li {
  border-bottom: none;
}
.model-classify-nav .second a {
  padding: 0 0.8rem;
  display: block;
  height: 1.8rem;
  line-height: 1.8rem;
  font-size: 0.64rem;
  color: #808080;
  position: relative;
  overflow: hidden;
}
.model-classify-nav .second a.sen_x {
  color:  #0090f2;
}
.model-classify-nav .second a.sen_x:before {
  content: "";
  width: 0.1rem;
  height: 0.7rem;
  background:  #0090f2;
  position: absolute;
  left: 0.4rem;
  top: 0.55rem;
}
.model-classify-nav .third {
  display: none;
}
.model-classify-nav .third li a {
  padding: 0 1.4rem;
}
/*图片列表1*/
.model-imglist {  width: 100%;  height: auto;  overflow-y: hidden;  padding: 0.7rem 0; }
.model-imglist ul {  width: 100%;  height: auto;  overflow-y: hidden; }
.model-imglist ul li {  width: 48.5%; padding: 0.2rem 1.5%;  float: left;}
.model-imglist ul li a {  display: block;  position: relative;}
.model-imglist ul li:nth-child(2n+1) { padding-left: 0;}
.model-imglist ul li:nth-child(2n) { padding-right: 0;}
.model-imglist ul li .pimg { width: 100%; height: auto;overflow: hidden;}
.model-imglist-one ul li p { width: 100%; text-align: center;height: 1.5rem;line-height: 1.5rem;font-size: 0.6rem;color: #333333;}
/*图片列表2*/
.model-imglist-two ul li p {
  width: 100%;
  text-align: center;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.6rem;
  color: #333333;
  background: #f5f5f5;display:block; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;
}
/*图片列表3*/
.model-imglist-three ul li a {
  display: block;
  padding: 0.35rem;
  padding-bottom: 0;
  border: 1px solid #e6e6e6;
}
.model-imglist-three ul li p {
  width: 100%;
  text-align: center;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.6rem;
  color: #333333;
}
/*图片列表4*/
.model-imglist-four ul li p {
  width: 100%;
  text-align: center;
  height: 1.3rem;
  line-height: 1.3rem;
  font-size: 0.6rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
}
/*页码*/
.model-page {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 0.5rem;
}
.model-page a {
  display: inline-block;
  padding: 0.1rem 5%;
  border: 1px solid #e6e6e6;
  font-size: 0.6rem;
  margin: 0 0.5%;
}
.model-page span {
  display: block;
  margin-top: 0.4rem;
  color: #808080;
}
.model-page span i {
  color:  #0090f2;
}
/*详情页-单图*/
.model-dectil {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.model-dectil .model-dectil-img.model-dectil-oneimg {
  padding-bottom: 0.5rem;
}
/*详情页-多图*/
.model-dectil .model-dectil-img {
  width: 90%;
  margin: 0 auto;
  padding: 0.7rem 0 1rem;
}
.model-dectil .model-dectil-img .pimg img {
  width: 100%;
}
.model-dectil .model-dectil-img .slick-dots {
  bottom: -1rem;
}
.model-dectil .model-dectil-img .slick-dots li {
  width: 0.3rem;
  height: 0.3rem;
  margin: 0 0.1rem;
}
.model-dectil .model-dectil-img .slick-dots li button {
  width: 0.3rem;
  height: 0.3rem;
  border: 1px solid  #0090f2;
  padding: 0;
  transition: 400ms;
  border-radius: 50%;
}
.model-dectil .model-dectil-img .slick-dots li.slick-active button {
  background:  #0090f2;
  transition: 400ms;
}
.model-dectil .model-dectil-title {
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 0.75rem;
  color: #333;
  text-align: center;
  margin: 0.5rem 0;
}
.model-dectil .model-dectil-text {
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 0.58rem;
  color: #333;
  line-height: 1.7;
}
.model-dectil .model-dectil-chose {
  padding: 0.4rem;
  height: auto;
  overflow: hidden;
  background: #fafafa;
  margin: 0.4rem 0;
}
.model-dectil .model-dectil-chose li a {
  display: block;
  width: 100%;
  height: 1.3rem;
  line-height: 1.3rem;
  font-size: 0.58rem;
  color: #808080;
  overflow: hidden;
}
/*详情页-缩略图*/
.model-dectil .model-dectil-imgthree {
  width: 100%;
  margin: 0 auto;
  padding: 0.7rem 0;
}
.model-dectil .model-dectil-imgthree .pimg {
  position: relative;
}
.model-dectil .model-dectil-imgthree .pimg img {
  width: 100%;
}
.model-dectil .model-dectil-imgthree .slider-nav {
  width: 100%;
  padding: 0 6%;
  margin-top: 0.3rem;
}
.model-dectil .model-dectil-imgthree .slider-nav .pimg {
  margin: 0 0.1rem;
}
.model-dectil .model-dectil-imgthree .slider-nav .pimg em {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  /* older safari/Chrome browsers */
  -webkit-opacity: 0.5;
  /* Netscape and Older than Firefox 0.9 */
  -moz-opacity: 0.5;
  /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
  -khtml-opacity: 0.5;
  /* IE9 + etc...modern browsers */
  opacity: 0.5;
  /* IE 4-9 */
  filter: alpha(opacity=50);
  /*This works in IE 8 & 9 too*/
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  /*IE4-IE9*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.model-dectil .model-dectil-imgthree .slider-nav .slick-current .pimg em {
  display: none;
}
.model-dectil-imgthree .slider-nav .slick-prev {
  width: 1rem;
  height: 1.5rem;
  left: -0.3rem;
  border-right: 1px solid  #0090f2;
}
.model-dectil-imgthree .slider-nav .slick-prev:before {
  content: "";
  border-right: 0.3rem solid  #0090f2;
  border-left: 0.3rem solid transparent;
  border-top: 0.3rem solid transparent;
  border-bottom: 0.3rem solid transparent;
  position: absolute;
  right: 0;
  top: 0.45rem;
}
.model-dectil-imgthree .slider-nav .slick-arrow.slick-disabled {
  border: none!important;
}
.model-dectil-imgthree .slider-nav .slick-next {
  width: 1rem;
  height: 1.5rem;
  right: -0.3rem;
  border-left: 1px solid  #0090f2;
}
.model-dectil-imgthree .slider-nav .slick-next:before {
  content: "";
  border-left: 0.3rem solid  #0090f2;
  border-right: 0.3rem solid transparent;
  border-top: 0.3rem solid transparent;
  border-bottom: 0.3rem solid transparent;
  position: absolute;
  left: 0;
  top: 0.45rem;
}
/*图文列表1*/
.model-imgtextlist {   width: 100%;  height: auto;   overflow: hidden;  padding: 0.6rem 0; }
.model-imgtextlist ul {   width: 100%;   height: auto; overflow: hidden; }
.model-imgtextlist ul li a {  display: block;  position: relative; }
.model-imgtextlist-one ul li {  width: 100%; padding: 0.35rem 0;}
.model-imgtextlist-one ul li a { padding: 0.4rem; border: 1px solid #e6e6e6;}
.model-imgtextlist-one ul li .pimg img {width: 100%;}
.model-imgtextlist-one ul li dl {  padding: 0.3rem 0;}
.model-imgtextlist-one ul li .imgtextlist-time { padding-left: 1rem;font-size: 0.58rem; color: #808080; line-height: 1.3rem; background: url(../images/icon7.png) left center no-repeat;  background-size: 0.7rem auto;}
.model-imgtextlist-one ul li dt { width: 100%;  height: 1.2rem;  line-height: 1.2rem;  overflow: hidden; font-size: 0.6rem;  color: #333;  font-weight: bold;   margin-bottom: 0.2rem;}
.model-imgtextlist-one ul li dd {  width: 100%; max-height: 2.7rem;  font-size: 0.58rem;color: #808080; overflow: hidden;line-height: 0.9rem;}

/*图文列表2*/

.model-imgtextlist-two {   width: 100%;  height: auto;   overflow: hidden;  padding: 0.6rem 0; }
.model-imgtextlist-two ul {   width: 100%;   height: auto; overflow: hidden; }
.model-imgtextlist-two ul li { float:left; margin-bottom:0.58rem;padding: 2%;background:#eee;  }
.model-imgtextlist-two ul li .img_box { float:left; width:25%;border:solid 1px #fff;  }
.model-imgtextlist-two ul li .img_box img{ }
.model-imgtextlist-two ul li .text_box{ float:right; width:70%;}
.model-imgtextlist-two ul li .text_box .text_title{ font-size:0.6rem;  line-height:26px; margin-top:5px;width:100%; display:block; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;  height:26px;}
.model-imgtextlist-two ul li .text_box .text_data{ font-size:0.48rem;  line-height:20px; color:#000;opacity:0.3;filter:Alpha(opacity=30);background:url(../images/resizeApi.png) no-repeat 80px;background-size:auto 60%;}
.model-imgtextlist-two ul li .text_box .text_des{font-size:0.58rem; padding-top:7px; line-height:20px; height:40px; overflow:hidden;opacity:0.5;filter:Alpha(opacity=50);}


/*图文列表2*/

.model-imgtextlist-three {   width: 100%;  height: auto;   overflow: hidden;  padding: 0.6rem 0; }
.model-imgtextlist-three ul {   width: 100%;   height: auto; overflow: hidden; }
.model-imgtextlist-three ul li {width: 92%;height:4rem;padding:0.5rem;margin:0.5rem auto;border:1px  solid #e7e7e7;background: #fff;}
.model-imgtextlist-three ul li .img_box { float:left; width:4rem;height:4rem;  display: inline-block;  }
.model-imgtextlist-three ul li .img_box img{ }
.model-imgtextlist-three ul li .text_box{ float:right; width:65%;    padding-top:0rem;}
.model-imgtextlist-three ul li .text_box .text_title{ font-size:0.7rem; font-weight:bold; width:100%; display:block; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;  line-height:1rem;height:1rem;}
.model-imgtextlist-three ul li .text_box .text_data{ font-size:0.48rem; line-height:1rem; color:#000;opacity:0.3;filter:Alpha(opacity=30);background:url(../images/resizeApi.png) no-repeat 80px;background-size:auto 60%;}
.model-imgtextlist-three ul li .text_box .text_des{font-size:0.6rem;line-height:1rem; height:2rem;overflow:hidden; text-overflow: ellipsis;  display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;}

.list_imagetext ul li .text_box {display:inline; }
.list_imagetext ul li .text_box .title {padding-top:20px;font-size:16px;font-weight:bold; line-height:20px; height:20px; display: block;margin: 0 auto;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; color:#333;   }
.list_imagetext ul li:hover .text_box .title { color:#fff;  }
.list_imagetext ul li .text_box .tip {line-height:24px; height:50px; font-size:14px; margin-top:10px;color:#747474;overflow: hidden; text-overflow: ellipsis;  display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;}
.list_imagetext ul li:hover .text_box .tip{ color:#fff;  }
.list_imagetext ul li .date{ width:150px; float:left; margin-top:10px; color:#8e9093;line-height:15px;  }
.list_imagetext ul li:hover .date{ color:#fff;  }




/*文字列表1*/
.model-textlist {  width: 100%;  height: auto;  overflow: hidden; padding: 0.6rem 0; }
.model-textlist-one ul li {  width: 100%;   height: auto;  overflow: hidden;  padding: 0.6rem 0;  border-bottom: 1px solid #e6e6e6; }
.model-textlist-one ul li .textlist-time {  width: 2.6rem;  padding: 0.1rem 0;  padding-right: 0.2rem;  float: left;  text-align: center; font-size: 0.56rem;  color: #808080;  line-height: 1rem;  border-right: 1px solid #e6e6e6;}
.model-textlist-one ul li .textlist-time span {  display: block;  font-size: 1rem; }
.model-textlist-one ul li dl {  margin-left: 3.4rem; }
.model-textlist-one ul li dl dt {  width: 100%;  height: 1.2rem;  line-height: 1.2rem; overflow: hidden;  font-size: 0.6rem; color: #333;  font-weight: bold; }
.model-textlist-one ul li dl dd {  width: 100%; height: 1rem;  line-height: 1rem;  overflow: hidden;  font-size: 0.58rem;  color: #808080;}


/*文字列表3*/
.model-textlist-three {   padding-top: 0; }
.model-textlist-three ul li {  width: 100%;  height: auto;  overflow: hidden;  padding: 0.5rem 0;  }
.model-textlist-three ul li a {  display: block;  padding-left: 0.6rem;   position: relative;}
.model-textlist-three ul li a:before {  content: "";  width: 0.2rem; height: 0.2rem;  background:  #0090f2;  position: absolute;  left: 0.2rem;  top: 0.5rem;}
.model-textlist-three ul li dt { width: 100%; height: 1.2rem; font-size: 0.6rem;  color: #333; overflow: hidden;  line-height: 1.2rem;}
.model-textlist-three ul li span { display: block; line-height: 0.7rem;font-size: 0.58rem;color: #808080;}



/*文字列表2*/
.model-textlist-two {   padding-top: 0; }
.model-textlist-two ul li{ float:left; width:100%;   position:relative;  margin:10px auto; padding:0; margin:3% auto}
.model-textlist-two .text_box{ }
.model-textlist-two .text_box .date{ width:3.5rem; float:left; overflow:hidden;padding:1% 0%; }
.model-textlist-two .text_box .date .riqi{ font-size:1.2rem;  text-align:center; color:#333; line-height:1.8rem; height:1.8rem; border-bottom:1px #eee solid; overflow:hidden}
.model-textlist-two .text_box .date .year{ color:#888; font-size:0.6rem; text-align:center;line-height:1.2rem;height:1.2rem;}
.model-textlist-two .text_box .in_des{ width:10rem; float:right; padding-left: 0.5rem;margin-right:8px; border-left:1px #eee dashed;}
.model-textlist-two .text_box .in_des h2{font-size: 0.7rem; font-weight:bold;  line-height:1rem;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; color:#333;}
.model-textlist-two .text_box .in_des .txt{ font-size: 0.6rem;color:#333;line-height:1rem; height:2rem; overflow: hidden; text-overflow: ellipsis;  display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical; }







/*搜索结果1*/
.model-search-result .model_seach {
  padding: 0.3rem 0.5rem;
  background: #f5f5f5;
  margin: 0.5rem 0;
}
.model-search-result .model_seach .model-seachdiv {
  padding: 0.4rem 0;
  border-bottom: 1px dashed #e6e6e6;
}
.model-search-result .model_seach .model-seachdiv form {
  height: 1.4rem;
  border: 1px solid #e6e6e6;
}
.model-search-result .model_seach .model-seachdiv form .input {
  outline: none;
  width: 80%;
  height: 1.4rem;
  float: left;
  background: #fff;
  border: none;
  text-indent: 0.3rem;
  font-size: 0.58rem;
}
.model-search-result .model_seach .model-seachdiv form .seabtn {
  width: 20%;
  float: left;
  height: 1.4rem;
  background:  #0090f2;
  color: #fff;
  border: none;
  font-size: 0.58rem;
}
.model-search-result .model_seach dd {
  font-size: 0.65rem;
  color: #333;
  margin: 0.3rem 0;
}
/*搜索结果2*/
.model_seach_result {
  width: 100%;
  font-size: 0.6rem;
  color: #808080;
  line-height: 1rem;
  margin: 0.7rem 0 0.1rem;
  text-align: center;
}
.model-textlist-three {
  padding-top: 0;
}
.model-textlist-three ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0.5rem 0;
  border-bottom: 1px dashed #e6e6e6;
}
.model-textlist-three ul li a {
  display: block;
  width: 100%;
  height: 1.2rem;
  line-height: 1.2rem;
  font-size: 0.6rem;
  color: #333;
  overflow: hidden;
}
.model-textlist-three ul li a i {
  margin-right: 0.2rem;
}
/*底部导航条*/
/*侧边导航*/
/*侧边导航结束*/
.model-pagedectil {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0.6rem 0;
  font-size: 0.58rem;
  color: #333;
  line-height: 1.7;
}
.model-dectil-title span {
  display: block;
  font-size: 0.56rem;
  line-height: 0.6rem;
  color: #808080;
  margin-top: 0.2rem;
}
